home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / plprint < prev    next >
Text File  |  1994-04-25  |  444b  |  19 lines

  1. plprint:
  2.  
  3. Syntax:    plprint ( FILENAME )
  4.     plprint ( FILENAME , DEVICE )
  5.  
  6. Description:
  7.  
  8.     This function is only avaiable if you have the PLPLOT library,
  9.     and RLaB was compiled to use it. You can get PLPLOT from
  10.     hagar.ph.utexas.edu. 
  11.  
  12.     Plprint prints the current plot-window to FILENAME (a string).
  13.     The default device is Postscript. Other plot devices can be
  14.     specified with the optional 2nd argument (also a string).
  15.  
  16. See Also: plplot, replot
  17.  
  18.  
  19.